home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mb1309.zip / MB1309.EXE / PORTS.DOC < prev    next >
Text File  |  1992-01-05  |  2KB  |  73 lines

  1.  
  2.        The Port Definitions.
  3.  
  4.  
  5. The file PORTS.MB contains the port configuration information.
  6.  
  7. There must be one line defining your printer (if any):
  8. Printer type can be one of LPTx, COMx, or NONE
  9. Examples:
  10.  
  11. Printer NONE
  12. Printer COM5
  13. Printer LPT2
  14.  
  15. There are three (or more) lines for each communications port.
  16. The first line contains the port definition.
  17. The second line is the port name.
  18. The third line contains the port privileges and timing information.
  19. Any lines following the third line are commands to send to the
  20. TNC at the time the software is initialized.
  21.  
  22. The port definition line is made of three fields, seperated by blanks:
  23.  
  24. The first field contains the word "Port".
  25.  
  26. The second field is the port identifier.
  27.  
  28. The third field is the type of device connected to the port:
  29.  
  30.     Console - This port is the local console.
  31.     Node    - This port connects to G8BPQ switch software.
  32.     Serial  - This port has a modem, computer, terminal, or printer connected.
  33.     TNC     - This port has a TNC.
  34.  
  35. Examples:
  36.  
  37. Port A TNC
  38. Port L Console
  39. Port G Node
  40.  
  41. The second line contains the port name.
  42. Examples:
  43.  
  44. 144.91 Mhz
  45. Local LAN link frequency.
  46.  
  47.  
  48. The third line is made of several fields, seperated by blanks:
  49.  
  50. Field 1:
  51.   A list of characters that give information about the port:
  52.  
  53.     B - Only BBS may connect on this port.
  54.     D - File download allowed from this port.
  55.     I - Kick off user that connects using illegal call.
  56.     N - This port will never be used as alternate for forwarding.
  57.     P - If remote sysop is allowed, password is required.
  58.     R - Remote sysop allowed on this port (if user marked as sysop).
  59.     U - File upload allowed from this port.
  60.  
  61.     1 - Echo monitored packets to the console.
  62.     2 - Echo user data and forwarding to the console.
  63.     3 - Echo TNC commands to the console.
  64.  
  65. Field 2: Connect timeout, in seconds.
  66. Field 3: Disconnect timeout, in seconds.
  67. Field 4: Number of concurrent forwards allowed on this port.
  68. Field 5: Minute of the hour to attempt forwarding.
  69.      Note that any value above 59 will disable forwarding on the port.
  70. Field 6: Number of command errors allowed before user kicked off.
  71.  
  72.  
  73.